API for WLightbox _________________ GET DEVICE STATE: method: GET url: deviceAddress+"/api/device/state" GET RGBW STATE: method: GET url: deviceAddress + "/api/rgbw/state" SET RGBW STATE: method: POST url: deviceAddress + "/api/rgbw/set" payload: { 'rgbw': { 'fadeSpeed': colorFadeSpeed (e.g. 120), 'effectID': effectId (e.g. 1), 'effectSpeed': effectSpeed (e.g. 120) } } SET COLOR: method: GET url: deviceAddress + "/s/" + colorValue (e.g. ffff0000 for yellow, 0000ff00 for blue, etc...)